MCIsEditingEnabled
TheMCIsEditingEnabled
function allows your application to determine whether editing is currently enabled for a movie controller. The movie controller component returns a long value reflecting the edit state of the controller. Once editing is enabled for a controller, the user may edit the movie associated with the controller.
pascal long MCIsEditingEnabled (MovieController mc);
mc
- Specifies the movie controller for the operation. You obtain this
identifier from the Component Manager'sOpenComponent
orOpenDefaultComponent
function, or from theNewMovieController
function (described on page 2-28).DESCRIPTION
TheMCIsEditingEnabled
function returns a long integer that contains a value indicating the current edit state of the controller. This returned value is set to 1 if editing is enabled. This returned value is set to 0 if editing is disabled or if the controller component does not support editing.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help